home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr39 / htmlg102.zip / READ.ME < prev    next >
Text File  |  1995-01-16  |  668b  |  28 lines

  1. HTMLGen 1.02  A HTML Script Generator
  2.  
  3. File contains:
  4.   READ.ME - this file.
  5.   REGISTER.FRM - registration form.
  6.   FILE_ID.DIZ - information file.
  7.   HTMLGEN.EXE - the executable file.
  8.  
  9. There is no help file at this time.  We are working on it.
  10.  
  11. This is shareware. Please feel to pass around the ZIP file.
  12. And please register.
  13.  
  14.  
  15.  
  16. To place the program on your WPS Desktop use the following
  17. rexx script.
  18.  
  19.  
  20.   /* Place HTMLGen on Your Desktop */
  21.   rc = RxFuncAdd("SysLoadFuncs","RexxUtil","SysLoadFuncs")
  22.   rc = SysLoadFuncs()
  23.   
  24.   line="exename="||directory()||"\htmlgen.exe"
  25.  
  26.   rc = SysCreateObject("WPProgram","HTMLGen","<WP_DESKTOP>",line)
  27.  
  28.